go/types.Term.Tilde (method)
8 uses
go/types (current package)
union.go#L42: func (t *Term) Tilde() bool { return t.tilde }
go.pact.im/x/plumb/internal/gotypes
cmp.go#L144: if c := cmpBool(ta.Tilde(), tb.Tilde()); c != 0 {
subst.go#L57: terms[i] = types.NewTerm(tm.Tilde(), s.subst(tm.Type()))
golang.org/x/tools/go/types/typeutil
map.go#L348: if term.Tilde() {
golang.org/x/tools/internal/gcimporter
iexport.go#L1161: w.bool(term.Tilde())
golang.org/x/tools/internal/typeparams
normalize.go#L193: terms = termlist{{t.Tilde(), t.Type()}}
golang.org/x/tools/internal/typesinternal
zerovalue.go#L357: if term.Tilde() {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)